8 references to LeftProperty
PresentationFramework (8)
System\Windows\Window.cs (8)
1023
return (double)GetValue(
LeftProperty
);
1039
SetValue(
LeftProperty
, value);
2690
CoerceValue(
LeftProperty
);
2846
CoerceValue(
LeftProperty
);
2929
CoerceValue(
LeftProperty
);
4602
SetValue(
LeftProperty
, restoreRect.Left);
4823
SetValue(
LeftProperty
, _actualLeft);
5270
CoerceValue(
LeftProperty
);