Свойство | Тип | Описание | |
---|---|---|---|
ClearSearchFilterCommand | System.Windows.Input.RoutedCommand | ||
CopyPropertyChangesCommand | System.Windows.Input.RoutedCommand | ||
HelpCommand | System.Windows.Input.RoutedCommand | ||
InspectCommand | System.Windows.Input.RoutedCommand | ||
IntrospectCommand | System.Windows.Input.RoutedCommand | ||
RefreshCommand | System.Windows.Input.RoutedCommand | ||
SelectFocusCommand | System.Windows.Input.RoutedCommand | ||
SelectFocusScopeCommand | System.Windows.Input.RoutedCommand |
Метод | Описание | |
---|---|---|
ApplyReduceDepthFilter ( Snoop.VisualTreeItem newRoot ) : void | ||
GoBabyGo ( ) : bool | ||
Inspect ( ) : void | ||
Inspect ( object root, |
||
SnoopApplication ( ) : void |
Метод | Описание | |
---|---|---|
OnClosing ( CancelEventArgs e ) : void |
Cleanup when closing the window.
|
|
OnPropertyChanged ( string propertyName ) : void | ||
OnSourceInitialized ( |
Метод | Описание | |
---|---|---|
CheckForOtherDispatchers ( |
||
ClearSearchFilterHandler ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
CopyPropertyChangesHandler ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
DispatchOut ( object o ) : void | ||
EnqueueAfterSettingFilter ( ) : void | ||
FilterBindings ( Snoop.VisualTreeItem node ) : void | ||
FilterTree ( Snoop.VisualTreeItem node, string filter ) : void | ||
FindItem ( object target ) : Snoop.VisualTreeItem |
Find the VisualTreeItem for the specified visual. If the item is not found and is not part of the Snoop UI, the tree will be adjusted to include the window the item is in.
|
|
FindRoot ( ) : object | ||
HandleHelp ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
HandleInspect ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
HandleIntrospection ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void |
Just for fun, the ability to run Snoop on itself :)
|
|
HandlePreProcessInput ( object sender, System.Windows.Input.PreProcessInputEventArgs e ) : void | ||
HandleRefresh ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
HandleSelectFocus ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
HandleSelectFocusScope ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
HandleTreeSelectedItemChanged ( object sender, |
||
InitShell ( ) : void | ||
Load ( object root ) : void | ||
ProcessFilter ( ) : void | ||
SaveEditedProperties ( Snoop.VisualTreeItem owningObject ) : void |
Loop through the properties in the current PropertyGrid and save away any properties that have been changed by the user.
|
|
SelectItem ( |
||
SetFilter ( string value ) : void | ||
SnoopUI ( ) : System | ||
SnoopUI_MouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void | ||
TryGetMainWindowTitle ( ) : string | ||
UnhandledExceptionHandler ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void |
public ApplyReduceDepthFilter ( Snoop.VisualTreeItem newRoot ) : void | ||
newRoot | Snoop.VisualTreeItem | |
Результат | void |
public Inspect ( object root, |
||
root | object | |
ownerWindow | ||
Результат | void |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
Результат | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
Результат | void |
protected OnSourceInitialized ( |
||
e | ||
Результат | void |
public static SnoopApplication ( ) : void | ||
Результат | void |
public static RoutedCommand,System.Windows.Input ClearSearchFilterCommand | ||
Результат | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input CopyPropertyChangesCommand | ||
Результат | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input HelpCommand | ||
Результат | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input InspectCommand | ||
Результат | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input IntrospectCommand | ||
Результат | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input RefreshCommand | ||
Результат | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input SelectFocusCommand | ||
Результат | System.Windows.Input.RoutedCommand |