Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
ApplyReduceDepthFilter ( Snoop.VisualTreeItem newRoot ) : void | ||
GoBabyGo ( ) : bool | ||
Inspect ( ) : void | ||
Inspect ( object root, |
||
SnoopApplication ( ) : void |
Method | Description | |
---|---|---|
OnClosing ( CancelEventArgs e ) : void |
Cleanup when closing the window.
|
|
OnPropertyChanged ( string propertyName ) : void | ||
OnSourceInitialized ( |
Method | Description | |
---|---|---|
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 | |
return | void |
public Inspect ( object root, |
||
root | object | |
ownerWindow | ||
return | void |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |
protected OnSourceInitialized ( |
||
e | ||
return | void |
public static RoutedCommand,System.Windows.Input ClearSearchFilterCommand | ||
return | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input CopyPropertyChangesCommand | ||
return | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input HelpCommand | ||
return | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input InspectCommand | ||
return | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input IntrospectCommand | ||
return | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input RefreshCommand | ||
return | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input SelectFocusCommand | ||
return | System.Windows.Input.RoutedCommand |