Method | Description | |
---|---|---|
AddContextMenu ( System.Windows.Controls.ContextMenu contextMenu ) : void | ||
ClearContextMenu ( ) : void | ||
DesignPanel ( ) : System | ||
HitTest ( Point mousePosition, bool testAdorners, bool testDesignSurface, HitTestType hitTestType ) : DesignPanelHitTestResult |
Performs a custom hit testing lookup for the specified mouse event args.
|
|
HitTest ( Point mousePosition, bool testAdorners, bool testDesignSurface, Predicate |
Performs a hit test on the design surface, raising callback for each match. Hit testing continues while the callback returns true.
|
|
RemoveContextMenu ( System.Windows.Controls.ContextMenu contextMenu ) : void |
Method | Description | |
---|---|---|
ArrangeOverride ( |
||
GetVisualChild ( int index ) : Visual | ||
MeasureOverride ( |
||
OnQueryCursor ( System.Windows.Input.QueryCursorEventArgs e ) : void |
Method | Description | |
---|---|---|
DesignPanel_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
DesignPanel_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
FilterHitTestInvisibleElements ( |
||
InvokeDefaultKeyDownAction ( ICSharpCode.WpfDesign.Extensions.Extension e ) : bool |
If interface implementing class sets this to false defaultkeyaction will be
|
|
IsPropertySet ( UIElement element, |
||
OnPropertyChanged ( string propertyName ) : void | ||
RunHitTest ( Visual reference, Point point, HitTestFilterCallback filterCallback, HitTestResultCallback resultCallback ) : void | ||
UpdateContextMenu ( ) : void |
public AddContextMenu ( System.Windows.Controls.ContextMenu contextMenu ) : void | ||
contextMenu | System.Windows.Controls.ContextMenu | |
return | void |
protected ArrangeOverride ( |
||
arrangeSize | ||
return |
protected GetVisualChild ( int index ) : Visual | ||
index | int | |
return | Visual |
public HitTest ( Point mousePosition, bool testAdorners, bool testDesignSurface, HitTestType hitTestType ) : DesignPanelHitTestResult | ||
mousePosition | Point | |
testAdorners | bool | |
testDesignSurface | bool | |
hitTestType | HitTestType | |
return | DesignPanelHitTestResult |
public HitTest ( Point mousePosition, bool testAdorners, bool testDesignSurface, Predicate |
||
mousePosition | Point | |
testAdorners | bool | |
testDesignSurface | bool | |
callback | Predicate |
|
hitTestType | HitTestType | |
return | void |
protected MeasureOverride ( |
||
constraint | ||
return |
protected OnQueryCursor ( System.Windows.Input.QueryCursorEventArgs e ) : void | ||
e | System.Windows.Input.QueryCursorEventArgs | |
return | void |
public RemoveContextMenu ( System.Windows.Controls.ContextMenu contextMenu ) : void | ||
contextMenu | System.Windows.Controls.ContextMenu | |
return | void |